home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 14 / q14.d81 / t.tax boot < prev    next >
Text File  |  2022-08-28  |  6KB  |  126 lines

  1.  
  2.                             T A X    T R A C K E R
  3.  
  4.                               by Barbara Schulak
  5.  
  6.  
  7.      Taxes.  It's Chico Marx's favorite state.  In fact, his favorite city
  8. in Taxes is Dollars.  Dollars, Taxes.  It's a state we all find ourselves in
  9. this time of the year and if we're prepared, it's a mighty fine state,
  10. indeed.
  11.  
  12.      The secret is preparedness.  If you add up all of your deductible items
  13. during the year and find that the total amount is larger than the standard
  14. deduction the IRS allows, you will be better off itemizing your taxes.  One
  15. way of figuring out how much you spent on deductible items is to save all
  16. your checks and receipts and muddle through them at the end of the year,
  17. sorting them and adding up the totals.  Now there's another way.
  18.  
  19.      With TAX TRACKER you can keep track of your deductible items as you
  20. accumulate receipts or cancelled checks.  The program will total it all up
  21. and print out everything in a nice, formatted style.  You can search through
  22. the files (which are arranged in categories) for any specific record, or
  23. even just a word or number anywhere on that record.
  24.  
  25.      The first thing the program asks you to do is enter the last two digits
  26. of the year in question.  This is used as a suffix for category filenames. 
  27. If you want to look at records from one year but work with another one, you
  28. can change the year from the main menu.
  29.  
  30.      The program allows you to place your items into any of 14 categories,
  31. which can be changed to suit your needs.  The categories are saved in a file
  32. which the program reads.  The categories in the file supplied on the
  33. LOADSTAR disk are:
  34.  
  35.  Medical
  36.  Tax
  37.  Interest
  38.  Contributions
  39.  Casualty
  40.  Moving Expense
  41.  Job Expense
  42.  Miscellaneous
  43.  
  44. The rest of the 14 are called "Open" and are available for you to name.  You
  45. can easily change the categories above, too.  Just choose "Edit Categories"
  46. from the main menu, move the highlight bar to the category you want to
  47. change, press RETURN, enter the new name, press RETURN and exit from the
  48. window.  The new categories file will be saved to the disk.
  49.  
  50.      Two of the main program options are LOAD FILE and SAVE FILE.  Whenever
  51. you choose one of these the categories window will open so you can choose a
  52. category.  You will have a separate file for each category, per year.
  53.  
  54.      Entering your deductible data is easy.  Select EDIT FILE and record
  55. #001 will be displayed.  Along the bottom of the screen you'll see something
  56. like:
  57.  
  58. Menu Edit Add Delete Search Goto F1/F2 +/-1  F3/F4 +/-10  F5/F6 +/-100
  59.  
  60. MENU takes you back to the main menu.
  61.  
  62. EDIT places the cursor on the record, ready for you to enter data.
  63.  
  64. ADD allows you to set how many records you plan to add to the list.  The
  65. number is not critical.  If you have a dozen or so checks you want to enter,
  66. just enter, say, 15 -- any number large enough to cover them.  If you enter
  67. a number too small, you can always add more.  If you enter a number too
  68. large, all it will mean is that when you cycle through the records you will
  69. have some blank ones to go through before "wrapping around" from the last to
  70. the first, or the first to the last.
  71.  
  72. DELETE allows you to erase any single record.  You'll be asked for the
  73. number of the record to be deleted.  All the records with numbers larger
  74. than the deleted file will have their numbers decremented by one.  No blank
  75. record will be left in the list.
  76.  
  77. SEARCH will ask you for the field to search by: DATE, CHECK NUMBER, PAYEE,
  78. or DESCRIPTION.  You may then enter any string and the program will display
  79. every record that contains that string, one at a time.  You don't have to be
  80. at record #001.  All records will be searched.  The search is
  81. case-sensitive, meaning that "Tax" will not be found if you entered "tax". 
  82. For this reason, it is a good idea to be consistent with your upper and
  83. lower case entries.
  84.  
  85. GOTO takes you directly to a record.  Just enter the number you want to go
  86. to.
  87.  
  88. The FUNCTION KEYS zip you forward or backward through the records.  F1 and
  89. F2 move you a record at a time.  F3 and F4 move you ten records at a time. 
  90. F5 and F6 move you 100 records at a time.
  91.  
  92.      The PRINT FILE option from the main menu will print the category that's
  93. currently loaded.  It will print a nicely formatted list of each record with
  94. the record number, date, check number, payee, description and amount -- one
  95. line per record.  The total of the amounts is printed below.  Make sure your
  96. print head is at the top of the form if your category has more than 62
  97. records so it will skip over the perforation correctly.
  98.  
  99.      From the main menu you can also clear a category out completely and see
  100. the total money amount for the current category.  Three other menu items are
  101. DISK UTILITIES, INSTRUCTIONS and EXIT.  The utilities menu allows you to:
  102.  
  103.  See the directory
  104.  Initialize the drive
  105.  Rename a file
  106.  Scratch a file
  107.  Format a disk -- be careful!!!
  108.  Change the drive number -- any drive from 8 through 32 is supported.
  109.  Validate a disk
  110.  Read the error channel -- this will stop a blinking drive light.
  111.  Switch between 1541 and 1571 disk formats
  112.  Return to the Main Menu
  113.  
  114. The instructions may come in handy while you're in the program.  EXIT will
  115. take you back to LOADSTAR 128 if there's one in the drive.  It will return
  116. you to BASIC 7.0 if not.  It's a good idea to exit the program through the
  117. EXIT option so that the font and other things are reset to normal.
  118.  
  119.      Barbara Schulak used Jon Mattson's CONTROL 80 (published on LOADSTAR
  120. #10) which made some of the features easier and better working.  I find her
  121. code very easy to read, understand and modify.  If you're interested in
  122. writing a database-type program for yourself or LOADSTAR 128, I can't
  123. recommend CONTROL 80 too highly.
  124.  
  125. FT
  126.                           **** End of Text ****